runtime.heapStatsDelta.tinyAllocCount (field)
8 uses
runtime (current package)
mcache.go#L169: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L310: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
metrics.go#L309: out.scalar = in.heapStats.tinyAllocCount
mstats.go#L427: nFree += consStats.tinyAllocCount
mstats.go#L428: nMalloc += consStats.tinyAllocCount
mstats.go#L681: tinyAllocCount uint64 // number of tiny allocations
mstats.go#L703: a.tinyAllocCount += b.tinyAllocCount
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)